func runtime.traceEventLocked

6 uses

	runtime (current package)
		trace.go#L770: 	traceEventLocked(0, mp, pid, bufp, ev, 0, skip, args...)
		trace.go#L791: func traceEventLocked(extraBytes int, mp *m, pid int32, bufp *traceBufPtr, ev byte, stackID uint32, skip int, args ...uint64) {
		trace.go#L947: 			traceEventLocked(0, nil, 0, bufp, traceEvCPUSample, stackID, 1, uint64(timestamp), ppid, goid)
		trace.go#L1719: 	traceEventLocked(0, mp, pid, bufp, traceEvUserTaskCreate, 0, 3, id, parentID, typeStringID)
		trace.go#L1741: 	traceEventLocked(0, mp, pid, bufp, traceEvUserRegion, 0, 3, id, mode, nameStringID)
		trace.go#L1764: 	traceEventLocked(extraSpace, mp, pid, bufp, traceEvUserLog, 0, 3, id, categoryID)